home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2b.lha / p4-1.2b / contrib / README < prev    next >
Text File  |  1992-10-19  |  702b  |  21 lines

  1. This directory contains assorted examples not part of the "official"
  2. distribution and not automatically compiled when p4 is installed.  Current
  3. programs include:
  4.  
  5.  lm_master, lm_slave - "lots of messages", a test program that stresses 
  6.                        the message passing system 
  7.  
  8.  lm1_master, lm1_slave - "lots of messages", a test program that stresses 
  9.                        the message passing system 
  10.  
  11.  simpglob  -  a simple example of the use of global operations in C
  12.  
  13. Use 
  14.  
  15.    make <program> to compile any of the above programs.
  16.  
  17.  
  18. sockperf.c - a NON-p4 program for testing performance of sockets 
  19.          in various environments, i.e. when TCP_NODELAY is
  20.          or is not available, etc.
  21.